.navigation__logo {
	display: flex;
	align-items: center;
	max-height: 60px;
	overflow: hidden;
}

.navigation__logo img,
a.logo img {
	display: block;
	width: auto;
	height: auto;
	max-height: 64px;
	max-width: 200px;
	object-fit: contain;
}

.footer__logo img {
	display: block;
	width: auto;
	height: auto;
	max-height: 72px;
	max-width: 220px;
	object-fit: contain;
}
